You are here: Symbol Reference > Stimulsoft.Report.Dictionary Namespace > StiDataRelation Class > StiDataRelation Constructor > StiDataRelation Constructor (string, string, string, StiDataSource, StiDataSource, string[], string[], string)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiDataRelation.StiDataRelation Constructor (string, string, string, StiDataSource, StiDataSource, string[], string[], string)

Creates a new object of the type StiRelation.

Syntax
C++
C#
Visual Basic
public: StiDataRelation( string nameInSource, string name, string alias, StiDataSource parentSource, StiDataSource childSource, string[] parentColumns, string[] childColumns, string key );
Parameters
Parameters 
Description 
nameInSource 
Name of relation in source. 
name 
Name of relation. 
alias 
Alias of relation. 
parentSource 
Parent data source. 
childSource 
Child data source. 
parentColumns 
Columns parent. 
childColumns 
Columns child. 
key 
Key string. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.